projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafbc9a
)
(quail-help): Don't assume the buffer is displayed in the same frame.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 18 Jun 2002 22:58:55 +0000
(22:58 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 18 Jun 2002 22:58:55 +0000
(22:58 +0000)
lisp/international/quail.el
patch
|
blob
|
history
diff --git
a/lisp/international/quail.el
b/lisp/international/quail.el
index dcadfa7a3b8f57434f5d04705acd91c59a8f8fb4..d0017e8bf2182452226fecf46ce80c5cd7011ef9 100644
(file)
--- a/
lisp/international/quail.el
+++ b/
lisp/international/quail.el
@@
-2511,7
+2511,7
@@
KEY BINDINGS FOR CONVERSION
(setq quail-current-package nil)
;; Resize the help window again, now that it has all its contents.
(save-selected-window
- (select-window (get-buffer-window (current-buffer)))
+ (select-window (get-buffer-window (current-buffer)
t
))
(run-hooks 'temp-buffer-show-hook)))))
(defun quail-help-insert-keymap-description (keymap &optional header)